Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isa.js

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isa.js

Very minimal collection is isA functions. isObject, isArray, isDate...

  • 1.9.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ISA - dependency-free very minimal collection of IsA.. functions

NPM

isa is an extremely small library providing helper functions for type checking. Underscore and lodash can be proven too huge and bloated if you only need service like this. The size of this package is: 1700 bytes.

Usage Rules

Usage

Command line:

npm install isa --save

In JS code:

var _ = require('isa.js');
...
_.isFunction( function(){} );

Services:

isArray, isObject, isError, isNumber, isDate, isFunction, isAsyncFunction, isBoolean, isString, isRegExp

Keywords

FAQs

Package last updated on 30 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc